projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a090de1
)
GtkToolbar: remove deprecated call
author
Carlos Garnacho
<carlosg@gnome.org>
Tue, 4 Jan 2011 01:07:06 +0000
(
02:07
+0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Tue, 4 Jan 2011 02:06:11 +0000
(
03:06
+0100)
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index 7d08d1d519578ac4455fac293205b43fecdde67d..1f7ab59214f8bca0dc416f30a804ef545fd88513 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-3614,9
+3614,7
@@
static GtkReliefStyle
get_button_relief (GtkToolbar *toolbar)
{
GtkReliefStyle button_relief = GTK_RELIEF_NORMAL;
-
- gtk_widget_ensure_style (GTK_WIDGET (toolbar));
-
+
gtk_widget_style_get (GTK_WIDGET (toolbar),
"button-relief", &button_relief,
NULL);